home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / prlst122.zip / PROLAST.DOC < prev    next >
Text File  |  1992-06-11  |  5KB  |  147 lines

  1.  
  2.                               ProLast DOOR
  3.                               ------------
  4.                  A Message From The Last Caller Door for
  5.                     PCBoard and SpitFire Based BBS's.
  6.  
  7.                                    ***
  8.          Usage/PCBoard:
  9.  
  10.          ProLast allows users to enter the door and leave a message
  11.           to the next caller to the BBS.  This can be accomplished
  12.          by using ProDoor's PROSTRT and PROSTRTG files or PCBoard's
  13.          security files.
  14.  
  15.                                    ***
  16.          Usage/SpitFire:
  17.  
  18.          ProLast will require that you use a door conversion utility
  19.          that will convert your SFDOORS.DAT or DOOR.SYS into a
  20.          "fake" PCBOARD.SYS and PCBOARD.DAT file.  QKDoor and the
  21.          WildFire Door Monitor do this very well.  You will need to
  22.          set the PCB/SF switch to SF in the .CNF file and then you
  23.          should be ready to go.
  24.  
  25.                                    ***
  26.  
  27.          If you have any questions, please feel free to contact me
  28.            via my BBS.  I'll answer any/all questions that I can.
  29.  
  30.             Updates can ALWAYS be found on Paradise Cove BBS at:
  31.                 302-436-4780 * USRobotics HST 14.4k * 24hrs
  32.  
  33.                                    ***
  34.  
  35. DISCLAIMER:
  36.  
  37. Greg Parsons will not be liable for any damage that may result
  38. from the use of this program.  This program comes with NO WARRANTY
  39. written or implied.  Use this program at your own risk.
  40.  
  41.                                    ***
  42.  
  43. PCBoard is Copyrighted by Clark Development Company
  44. ProDoor is Copyrighted by Samuel H. Smith
  45. Turbo Pascal is Copyrighted by Borland International
  46.  
  47.                                    ***
  48.  
  49. Revision History
  50. ----------------
  51.  
  52. 03-15-92
  53.    Initial coding.  (Private release as 1.0ß)
  54.  
  55. 03-15-92
  56.    Added ANSI and ASCII reports for PCBoard ONLY.
  57.  
  58. 03-15-92
  59.    Included registration information in code. See REGISTER.TXT for info.
  60.    Released privately as PRLST1B1.ZIP
  61.  
  62. 03-16-92
  63.    Added SysOp's log file.  All user's entries are logged to this file so
  64.    that you can see who entered what.  To track down unacceptable, rude,
  65.    vulgar, or otherwise remarks.
  66.    Released privately as PRLST1B2.ZIP
  67.  
  68. 03-19-92
  69.    Changed ANSI over to PCBoard 14.5's @x color macros.
  70.  
  71. 03-21-92
  72.    Changed output to case-sensitive.
  73.    Now asks 'Is this what you want?' message after an entry.
  74.    Added 'Q' function to allow quitting door without saving any files.
  75.    Added check to allow only 60 characters of text.
  76.    Released privately as PRLST1B3.ZIP
  77.  
  78. 03-22-92
  79.    Added logoff question to allow users to logoff without returning to BBS.
  80.    Changed color schemes.
  81.    Reduced heap memory allocation by 4k.
  82.    Released privately as PRLST1B4.ZIP
  83.  
  84. 03-25-92
  85.    Changed prompt handling, prompt display.
  86.    Added quick logoff function to log off user if they do not want to
  87.    return to the BBS.
  88.    Released privately as PRLST1B5.ZIP
  89.  
  90. 03-26-92
  91.    Fixed registration handling problems.
  92.    Fixed a few minor prompt handling problems.
  93.    Released privately as PRLST1B6.ZIP
  94.  
  95. 03-28-92
  96.    Added 15 second delay at close of door for unregistered copies.
  97.    Released privately as PRLST1R1.ZIP
  98.  
  99. 04-03-92
  100.    Fixed 15 second delay that was occurring in registered copies.
  101.    Released publicly as PRLST100.ZIP
  102.  
  103. 04-19-92
  104.    Removed 15 second delay in unregistered copies.
  105.    Fixed 'Q' command for quitting prematurely, now displays closing info.
  106.    Thank Ken Prevo for talking me into removing 15 second delay.
  107.    Released publicly as PRLST110.ZIP
  108.  
  109. 05-22-92
  110.    Changes overall appearance of door.
  111.    Added a menu system and now you can view the message previously left.
  112.    Added an option in .CFG file to allow a WELCOME file to be displayed.
  113.         ** CONFIG FILE CHANGE IS NECESSARY FOR THIS RELEASE !!! **
  114.    Released privately as PRLST112.ZIP
  115.  
  116. 05-23-92
  117.    Fixed a few things I broke in 1.12.
  118.    Cleaned up the code to reduce the size a little.
  119.    Released privately as PRLST113.ZIP
  120.  
  121. 05-24-92
  122.    Made door PCB or SF specific.  Now outputs a PCBoard or SpitFire display
  123.    screen as per your entry in PROLAST.CNF
  124.    Released publicly as PRLST115.ZIP
  125.  
  126. 05-24-92
  127.    Recompiled using Borland's Turbo Pascal 6.0
  128.  
  129. 05-26-92
  130.    Got ANSI colors fixed in the SF configuration.
  131.    Fixes doorname display on the door status bar immediately after loading
  132.    the door.  Used to be "prolast" or however you called the .CNF file, now
  133.    displays "ProLast v1.20" throughout the entire process.
  134.    Released publicly as PRLST120.ZIP
  135.  
  136. 05-27-92
  137.    Doorname display status somehow got broken.  Fixed.
  138.  
  139. 06-04-92
  140.    Fixed bug in the 'Logoff Now?' prompt that would cycle back to menu
  141.    if you entered 'N', not by pressing <Enter>.
  142.  
  143. 06-11-92
  144.    Fixed minor display bug.
  145.    PROLAST.EXE is now PKLite'd.
  146.  
  147.